home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / idl / nsIDocumentCharsetInfo.idl < prev    next >
Text File  |  2006-05-08  |  362b  |  18 lines

  1. #include "nsISupports.idl"
  2. #include "nsIAtom.idl"
  3.  
  4. // XXX doc me
  5. // XXX mark the right params "const"
  6.  
  7. [scriptable, uuid(2d40b291-01e1-11d4-9d0e-0050040007b2)]
  8. interface nsIDocumentCharsetInfo : nsISupports
  9. {
  10.   attribute nsIAtom forcedCharset;
  11.  
  12.   attribute boolean forcedDetector;
  13.  
  14.   attribute nsIAtom parentCharset;
  15.  
  16.   attribute PRInt32 parentCharsetSource;
  17. };
  18.